notebook: The active tab is now :checked
authorBenjamin Otte <otte@redhat.com>
Sat, 27 Feb 2016 02:48:46 +0000 (03:48 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 27 Feb 2016 02:48:46 +0000 (03:48 +0100)
commitcdb1cda68bc484c5d52203888847f9a115b4afe0
tree0ea23955c6a02d394ede4c726ca6a578f898faf4
parent6b4788c3ea3e74bab71e465456b815f3b8a279b4
notebook: The active tab is now :checked

:active is reserved for "mouse button down on node", so we have to use
something else. And stack switcher and radio buttons use :checked for
the active widget, so it makes sense to use :checked for the active tab,
too.

Themes have been adapted.

TODO: Implement :active for tabs.
gtk/gtknotebook.c
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css
gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk-contained-inverse.css
gtk/theme/HighContrast/gtk-contained.css